docs: remove reference to removed flags
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:03:31 +0000 (18:03 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:41 +0000 (18:57 -0500)
docs/reference/gtk/migrating-checklist.sgml

index 7d0c17d7405a2807f663f47aecff587619a5e16b..0315d932d78c02b78caa93b755058ba674ee7f3a 100644 (file)
@@ -142,7 +142,7 @@ my_widget_popup_menu_handler (GtkWidget *widget)
         able to take the keyboard focus.  In general, widgets should
         be fully usable through the keyboard and not just the mouse.
         The very first step of this is to ensure that your widget
-        turns on the %GTK_CAN_FOCUS <link linkend="gtkwidgetflags">flag</link>.
+        can receive focus, using gtk_widget_set_can_focus().
       </para>
     </note>
   </section>